Explicitly depend on autoconf, automake, libtool
authorSimon McVittie <smcv@debian.org>
Fri, 27 Jan 2017 10:23:38 +0000 (10:23 +0000)
committerSimon McVittie <smcv@debian.org>
Fri, 27 Jan 2017 10:23:40 +0000 (10:23 +0000)
This avoids builds for experimental non-deterministically pulling in an
older version of automake, in my case automake1.11 which is far too old.

debian/changelog
debian/control

index ee743e1a266d46bd2d6ee3aca2507bf01b1f211a..7fdd7fba290b145fa4e7c74085c28a0804e6628b 100644 (file)
@@ -8,6 +8,9 @@ ostree (2017.1-1) UNRELEASED; urgency=medium
       downloader is ported to libcurl.
     - d/copyright: update
     - d/patches: drop all patches, applied upstream
+  * Explicitly depend on autoconf, automake, libtool. This avoids
+    builds for experimental non-deterministically pulling in an older
+    version of automake, in my case automake1.11 which is far too old.
 
  -- Simon McVittie <smcv@debian.org>  Thu, 19 Jan 2017 16:45:47 +0000
 
index e8843fa57613de7f193f5119a6a5d9a83678c73a..b2f1f925b8ef6f4c801f237834a56e93cb67e66d 100644 (file)
@@ -8,6 +8,8 @@ Uploaders:
  Sjoerd Simons <sjoerd@debian.org>
 Build-Depends:
  attr,
+ autoconf,
+ automake,
  bison,
  ca-certificates,
  cpio,
@@ -32,6 +34,7 @@ Build-Depends:
  libselinux1-dev,
  libsoup2.4-dev (>= 2.39.1),
  libsystemd-dev,
+ libtool,
  procps,
  xsltproc,
  zlib1g-dev,